'Declaration Public Overloads Function LoadFonts( _ ByVal fontData() As System.Byte, _ Optional ByVal addToFallbacks As System.Boolean _ ) As System.Integer
public System.int LoadFonts( System.byte[] fontData, System.bool addToFallbacks )
Parameters
- fontData
- The byte array with the font data.
- addToFallbacks
- Specifies if all the registered fonts should be added to the fallback font collection.
Return Value
The number of loaded fonts.